home *** CD-ROM | disk | FTP | other *** search
/ Popular Request / By Popular Request (Arsenal Computer)(SysOptics Distribution System).ISO / amiga2 / fdedit11.lha / FDEdit.Doc < prev    next >
Text File  |  1993-12-06  |  5KB  |  115 lines

  1.  
  2.                 FFFFFF  DDDD         EEEEE   DDDD   IIIII  TTTTT
  3.                FF      DD  DD       EE      DD  DD   II     TT
  4.               FFFFF   DD  DD  ---  EEEE    DD  DD   II     TT
  5.              FF      DD  DD  ---  EE      DD  DD   II     TT
  6.             FF      DDDDD        EEEEE   DDDDD   IIIII   TT
  7.                              version 1.1
  8.                           Author: Jay Ruyle
  9.  
  10. NOTE: Please update your Upload1.Batch file if you plan on using a 
  11.       config file.  If you dont, change it anyway, so if you do
  12.       at a later date you wont have to figure out why FDEdit did
  13.       not work right.
  14.  
  15. 1) Intro:
  16.     Would you like to have the ability to have a User's Alias listed as
  17. the uploader instead of his Real Name?  If yes, then think of using FDEdit
  18. for your needs.  An easy to install utility that is placed in your 3rd party
  19. directory and called from a simple to add batch file!
  20.  
  21. 2) Installing:
  22.     a) Move FDEdit to DLG: or wherever you place your 3rd Party Utilities
  23.     b) Edit DLGConfig:Batch/Upload1.Batch to call FDEdit. Sample below.
  24.     c) Now anytime a user uploads a file the file will be automatically
  25.         updated.
  26.    *d) (optional) Make a config file called DLGConfig:Misc/FDEdit.cfg,
  27.         put only file area numbers and comments that begin with the
  28.         semicolon ';'.
  29.  
  30. 3) Sample Batch 1: (***NOTE CHANGE***)
  31.     DLGConfig:Batch/Upload1.Batch
  32. ---
  33. .key username,filename
  34. DLG:FDEdit {filename}
  35. ---
  36.  
  37. 4) History:
  38.    0.8   -  Never Released - But 1st working version that changed the name
  39.               to garbage characters.
  40.    0.81  -  Never Released - Fixed Garbage to actually readable characters
  41.               **** Here down were released to the public.  ***
  42.    0.90  -  Fixed problem of FDEdit cuasing memory grabing.  Was using
  43.               memory and then not releasing it.
  44.    0.99  -  Was using an index'd file which was not neccessary at all,
  45.               its use and now looks up the Alias more effeciently without
  46.               a bulky index file.
  47.    0.992 -  Reduced the Passing variable to FDEdit:
  48.               DLG:FDEdit <filename> <port>
  49.    0.995 -  Reduced the Passing variable once more to:
  50.               DLG:FDEdit <port>
  51.             Made FDEdit a little more Multi-Port compatible through the
  52.               use of Enviroment Variables
  53.    0.996 -  Thanks to dlg.library documentation I have finally made
  54.               FDEdit fully Multi-Port Compatible. No need for enviroment
  55.               variables any more.
  56.             Reduced Passing variables for one last time to:
  57.               DLG:FDEdit
  58.    0.997 -  Reduced size of FDEdit, it was making some unnessary calls
  59.               to system libraries which were slowing down its operation
  60.               by a couple of nano seconds.  Main feature is that the file
  61.               a tad smaller.
  62.    0.998 -  Changed the way the program exits.
  63.    0.999*-  Beta Release - In final testing for the configuration file.
  64.               Very few people helped me!
  65.    1.0   -  Final version.  Config File should work.
  66.    1.1   -  (FIX)Config file did not work.  Switches dont work properly
  67.               in Upload1.Batch, seems they only work when the utility
  68.               directly connected to the menu!  Now WORKS!
  69.             (CHANGE) Now call FDEdit with the {FileName} info. This is
  70.               partially how the optional config file works.
  71.             (CHANGE) Improved parsing of the config file.  Should be 
  72.               able to handle garbage characters etc, and not guru, if
  73.               there is something wrong with it.
  74.             (NEW) Now compiled with SAS/C++ 6.50
  75.  
  76. 5) Future:
  77.       NetMail me for any bugs that need to be squashed or enhancements,
  78.       with FDEdit 1.0...
  79.  
  80. 6) Disclaimer:
  81.     I hate writing these, so the super quick version:
  82. I do any way do not accept resposibilty of any damage this utility may
  83. cuase indirectly or directly.  I will correct any problems brought to my
  84. attention and release a fix'd version!
  85.  
  86. 7) Known Bugs:
  87.     NONE....
  88.  
  89. 8) Extra:
  90.     Any suggestions, money, comments, good complaints should be sent to
  91. the following listings:
  92.    Jay Ruyle                  Fido :  1:377/31.0
  93.    2728 Jetton Ave.       or  Amiga: 40:707/10.0
  94.    Tampa, FL  33629-5327
  95.  
  96. Bad complaints should go to:
  97.    Psyciatrics Ward of Tampa
  98.    ATTN: Possible Addressee to be Committed
  99.    1 Crazy Lane
  100.    Tampa, FL  33609-0000
  101.  
  102. 9) Updating from FDEdit 0.995 and lower:
  103.    If you are updating from a previous version, especially from versions
  104. 0.992 to 0.995 you need to edit you listing of Upload back to normal instead
  105. of a Menu Script, if you need help look below:
  106.  
  107.     1) Letter: U
  108.     2) Built in function: File_Upload
  109.     4) Description: Upload
  110.     5) Type: Built in function
  111.  
  112.    The Others you can fiddle with, and as of that batch file that was
  113. there before, delete it, you wont need it anymore, as far as DLGEdit.
  114.  
  115.